home *** CD-ROM | disk | FTP | other *** search
/ Workplace Effectiveness:…ecision-Making Strategies / Workplace Effectiveness: Decision-Making Strategies.iso / pc / Files / Candles.dxr / 00002_Navigation framework.ls < prev    next >
Encoding:
Text File  |  1998-12-16  |  344 b   |  30 lines

  1. global gMasterData, gSection
  2.  
  3. on GoOn
  4.   stopSounds()
  5.   goNextMarker()
  6. end
  7.  
  8. on goBack
  9.   stopSounds()
  10.   goPrevMarker()
  11. end
  12.  
  13. on leaveThisMovie
  14.   if iAmActivated(gMasterData) then
  15.     getPrintData()
  16.   end if
  17.   stopSound2()
  18.   cursor(4)
  19.   go(1, "Menu3")
  20. end
  21.  
  22. on notePadButton
  23.   DoNotepad()
  24. end
  25.  
  26. on continueNext
  27.   stopSound2()
  28.   go(the frame + 1)
  29. end
  30.